home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / mus / misc / GetAudioInfo.readme < prev    next >
Text File  |  2002-04-22  |  3KB  |  101 lines

  1. Short:    Shows audio infos without datatypes
  2. Author:   Christian Effenberger (youcan@amclust.de)
  3. Uploader: Christian Effenberger (youcan@amclust.de)
  4. Version:  1.01 (17-Apr-2002)
  5. Type:     mus/misc
  6. Kurz:     gibt Audioinformationen OHNE Datatypes aus
  7. Origin:   www.amclust.de/software/archive/
  8. Requires: OS 2.x , CanDo Lib 3.00x
  9.  
  10.  
  11. PURPOSE
  12.  
  13.     GetAudioInfo 1.01 (17.04.2002), © 2002 by Christian Effenberger
  14.  
  15.     The archive contains a small program to determine audio
  16.     sample infos without the use of datatypes (headers only).
  17.  
  18.  
  19.     Supported formats: 16SV 8SVX AIFC AIFF AU/SND MAESTRO MAUD MP1 MP2 MP3 VOC WAVE
  20.  
  21.                        Interchange File Format        - 8SVX
  22.                                                         16SV
  23.                                                         MAUD
  24.                                                         AIFF
  25.                                                         AIFC
  26.                        Motion Picture Expert Group    - MP1
  27.                                                         MP2
  28.                                                         MP3
  29.                        Audio Interchange File Format  - WAVE
  30.                        Sun Audio File Format          - SND/AU
  31.                        Maestro® Audio File Format     - MAESTRO
  32.                        Creative Voice File Format     - VOC
  33.  
  34.  
  35.     If started from Workbench - a FileRequester is poping up, asking
  36.     for an Audio file and then showing all Informations in a Reqeuster.
  37.  
  38.     If it's used through command line, certain special %-codes are available.
  39.  
  40.  
  41.  
  42. INSTALL
  43.  
  44.    Simply unpack the archive to anywhere you want.
  45.    I prefer to copy the executable to C:.
  46.  
  47.  
  48.  
  49. REQUIREMENTS
  50.  
  51.    - OS 2.x
  52.    - CanDo Lib 3.00x
  53.    - minimum of memory (GetAudioInfo reads only the header)
  54.  
  55.  
  56.  
  57. USAGE
  58.  
  59.     GetAudioInfo FILE/A[,STRING]
  60.  
  61.     If started from Workbench - a FileRequester is poping up, asking
  62.     for an Audio file and then showing all Informations in a Reqeuster.
  63.  
  64.     If it's used through command line, certain special %-codes are available:
  65.     The option STRING allows you to define an own output string. The default
  66.     format string is...
  67.  
  68.       "%n: %C/%B/%F/%L/%U/%T [%f]"
  69.  
  70.     The format types are:
  71.  
  72.       %n  name of the file (the filename without path)
  73.       %p  full path including trailing '/' and ':'
  74.           (even, when you didn't provided one)
  75.       %r  relative path including trailing '/'
  76.       %C  sample channels (i.e. 1, 2, 4)
  77.       %B  sample bits (i.e. 8, 12, 16, 24)
  78.       %F  sample frequence (i.e. 44100 Hz)
  79.       %L  sample length (i.e. 2.36 Sec.)
  80.       %U  sample is uncompressed (i.e. TRUE)
  81.       %T  sample compression type (i.e. NONE)
  82.       %f  short format of audio (i.e. AIFF)
  83.       %e  expanded format (i.e. Interchange File Format)
  84.       %d  file date (DD-MMM-YYYY)
  85.       %s  file size (Bytes)
  86.       %c  file comment
  87.       %l  linefeed ($char 10)
  88.       %t  tabulator ($char 9)
  89.  
  90.  
  91.  
  92. AUTHOR
  93.  
  94.     Christian Effenberger
  95.     Suedstraße 2
  96.     41564 Kaarst
  97.     G E R M A N Y
  98.  
  99.     0049-(0)2131-669392
  100.     youcan@amclust.de
  101.